Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#76] Moved functionality from Artifact class to ArtifactCommand class. #80

Merged

Conversation

tannguyen04
Copy link
Contributor

@tannguyen04 tannguyen04 commented Mar 19, 2024

Checklist before requesting a review

closes #76

  • I have formatted the subject to include ticket number as [#123] Verb in past tense with dot at the end.
  • I have added a link to the issue tracker
  • I have provided information in Changed section about WHY something was done if this was not a normal implementation
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • I have run new and existing relevant tests locally with my changes, and they passed
  • I have provided screenshots, where applicable

Changed

Screenshots

@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2024

Codecov Report

Attention: Patch coverage is 7.97101% with 254 lines in your changes are missing coverage. Please review.

Project coverage is 32.21%. Comparing base (8f8307c) to head (30c9014).

Files Patch % Lines
src/Commands/ArtifactCommand.php 7.01% 252 Missing ⚠️
src/GitArtifactGitRepository.php 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   22.87%   32.21%   +9.34%     
==========================================
  Files           7        6       -1     
  Lines         529      537       +8     
==========================================
+ Hits          121      173      +52     
+ Misses        408      364      -44     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tannguyen04 tannguyen04 marked this pull request as ready for review March 19, 2024 04:52
src/app.php Outdated

$application = new Application();

$command = new ArtifactCommand();
$git = new GitArtifactGit();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move this into the ArtifactCommand class

please do not modify this file - it is a standard entrypoint

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @AlexSkrypnyk
I have reverted to standard entry point.

@AlexSkrypnyk AlexSkrypnyk merged commit 22c667c into main Mar 19, 2024
9 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the feature/move-artifact-class-to-artifact-command-class branch March 19, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move functionality from Artifact class to ArtifactCommand class
3 participants